Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 9    Views: 114

Kittsy
buzztouch Evangelist
Profile
Posts: 2251
Reg: Feb 22, 2012
Liverpool
31,360
05/25/13 04:04 PM (10 years ago)

Change Back Button to say Name of last screen

Hi guys, I have a little note pad with little coding distractions people ask for on the forum. I have just spent the last 48 hours completing a University assignment so I needed a little xCode challenge to unwind. Someone posted a while ago asking if instead of Back we could print the last screen name in the button. Here we go A nice simple fix Go to BT_viewUtilities.m Go to line 321 replace NSString *backText = NSLocalizedString(@"back",@"back"); with BT_item *previousScreenData = [appDelegate.rootApp previousScreenData]; NSString *backText = [previousScreenData.jsonVars objectForKey:@"navBarTitleText"]; You can choose between the screen Nickname and Nav bar title by changing the "navBarTitleText" to "itemNickname" or viceversa just another little tweak
 
Antonios
Apple Fan
Profile
Posts: 381
Reg: Feb 12, 2013
Korinthos, Gree...
4,610
like
05/25/13 04:07 PM (10 years ago)
You are Great!!! Thank you so much... I was one of the many who asked for this in the past
 
Kittsy
buzztouch Evangelist
Profile
Posts: 2251
Reg: Feb 22, 2012
Liverpool
31,360
like
05/25/13 04:12 PM (10 years ago)
Ha No probs Georgios, I never forget a request, just takes time getting around to it
 
Rohan
Veteran developer
Profile
Posts: 79
Reg: Mar 12, 2011
London
10,040
like
05/25/13 05:09 PM (10 years ago)
Hi Andy, really super tweak, thanks!
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
05/25/13 06:16 PM (10 years ago)
Sweet. As Usual. Thanks Kittsy! Cheers! -- Smug
 
ianJamesPiano
Code is Art
Profile
Posts: 2661
Reg: Feb 13, 2011
Palm Springs, C...
37,010
like
05/25/13 06:47 PM (10 years ago)
Yup, another Kittsy bookmark for me:)
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
05/25/13 08:11 PM (10 years ago)
Kittsy, god you are amazing. Thanks a ton! David
 
LevensGardener
Aspiring developer
Profile
Posts: 220
Reg: Sep 30, 2012
Kendal
10,450
like
05/25/13 11:18 PM (10 years ago)
Another top notch tweak from Kittsy! Thank you...
 
mysps
Code is Art
Profile
Posts: 2082
Reg: May 14, 2011
Palma
33,320
like
05/26/13 12:39 AM (10 years ago)
Nice tweak!! I like that Thanks
 
farcat
buzztouch Evangelist
Profile
Posts: 1008
Reg: Jan 27, 2012
France
13,230
like
06/05/13 01:45 PM (10 years ago)
Just read that: "little xCode challenge to unwind." You just crack me up :) For me it's usually a little xCode challenge to wind me up... Great snippet that I will be using very soon, thanks! Farcat
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.